home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / pari2 / pari / other / plot_null < prev    next >
Text File  |  1991-04-11  |  88b  |  14 lines

  1. #include "genpari.h"
  2.  
  3. GEN ploth()
  4.  
  5. {
  6.   return gnil;
  7. }
  8.  
  9. GEN ploth2()
  10.  
  11. {
  12.   return gnil;
  13. }
  14.